summaryrefslogtreecommitdiffhomepage
path: root/project/custom.mk
diff options
context:
space:
mode:
Diffstat (limited to 'project/custom.mk')
-rw-r--r--project/custom.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/custom.mk b/project/custom.mk
new file mode 100644
index 0000000..3a30273
--- /dev/null
+++ b/project/custom.mk
@@ -0,0 +1,3 @@
+ifeq ($(OS_BINFMT),PE)
+include $(PROJECT_DIR)/sysinfo/os/pe.mk
+endif