diff options
Diffstat (limited to 'i386/linux/Makefile.in')
-rw-r--r-- | i386/linux/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/i386/linux/Makefile.in b/i386/linux/Makefile.in index d998b75..ea422fb 100644 --- a/i386/linux/Makefile.in +++ b/i386/linux/Makefile.in @@ -159,8 +159,6 @@ linux-asm-spec-flags = -D__KERNEL__ -D__ASSEMBLY__ -traditional \ # Here is where those specs are found. -ifneq ($(no_deps),t) - -include linux-flags # How to make this file: @@ -197,8 +195,6 @@ ifneq ($(linux-flags-done),$(all-linux-files) $(linux-asm-files)) no_deps=t endif -endif - objfiles += $(sort $(device_drivers)) |