diff options
Diffstat (limited to 'i386/Makerules.in')
-rw-r--r-- | i386/Makerules.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i386/Makerules.in b/i386/Makerules.in index f6c90da..ef04948 100644 --- a/i386/Makerules.in +++ b/i386/Makerules.in @@ -30,6 +30,9 @@ include $(abs_top_builddir)/$(systype)/linux/Makerules # Some of the i386-specific code checks for these. DEFINES += -DCONTINUATIONS -D__ELF__ -Di386 $(DEFS-$(systype)) +# The system specific ones always override the generic ones. +INCLUDES += -I$(abs_top_srcdir)/$(systype)/bogus + # Arrange for a suitable load address. LDFLAGS-kernel += -Ttext 100000 |