summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-08-02 19:40:27 +0000
committermidipix <writeonce@midipix.org>2019-08-02 19:40:27 +0000
commitfe59d49a412bc0d399f439af52cc010f9d4a1d88 (patch)
treee54067f7b196198d2ea46be7f8c9cb8436c667b2 /project/headers.mk
parent724fbc5ff7174cf2d710d6d839b46794d5150329 (diff)
downloadmmglue-fe59d49a412bc0d399f439af52cc010f9d4a1d88.tar.bz2
mmglue-fe59d49a412bc0d399f439af52cc010f9d4a1d88.tar.xz
project: custom cfgdefs: integrated arch-specific and fallback alltypes.sed.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 996a846..201188e 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -14,13 +14,13 @@ ARCH_GEN_H = $(ALLTYPES_H) $(SYSCALL_H)
ALLTYPES_DEPS = \
$(PORT_DIR)/arch/$(ARCH)/bits/alltypes.h.in \
- $(PORT_DIR)/arch/$(ARCH)/bits/alltypes.sed \
+ $(ALLTYPES_SED) \
$(SOURCE_DIR)/include/alltypes.h.in \
$(SOURCE_DIR)/tools/mkalltypes.sed \
| build/include/bits/
$(ALLTYPES_H): $(ALLTYPES_DEPS)
- sed -f $(PORT_DIR)/arch/$(ARCH)/bits/alltypes.sed \
+ sed -f $(ALLTYPES_SED) \
-f $(SOURCE_DIR)/tools/mkalltypes.sed \
$(PORT_DIR)/arch/$(ARCH)/bits/alltypes.h.in \
$(SOURCE_DIR)/include/alltypes.h.in > $@