diff options
Diffstat (limited to 'project/custom.mk')
-rw-r--r-- | project/custom.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/custom.mk b/project/custom.mk index 3a30273..16ff41d 100644 --- a/project/custom.mk +++ b/project/custom.mk @@ -1,3 +1,7 @@ ifeq ($(OS_BINFMT),PE) include $(PROJECT_DIR)/sysinfo/os/pe.mk endif + +ifeq ($(OS_BINFMT),ELF) +include $(PROJECT_DIR)/sysinfo/os/elf.mk +endif |