diff options
Diffstat (limited to 'package/kernel/lantiq/ltq-adsl/Makefile')
-rw-r--r-- | package/kernel/lantiq/ltq-adsl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile index b2e1ccb640..31874acaca 100644 --- a/package/kernel/lantiq/ltq-adsl/Makefile +++ b/package/kernel/lantiq/ltq-adsl/Makefile @@ -46,6 +46,9 @@ IFX_DSL_MAX_DEVICE=1 IFX_DSL_LINES_PER_DEVICE=1 IFX_DSL_CHANNELS_PER_LINE=1 +MAKE_FLAGS += \ + $(KERNEL_MAKE_FLAGS) + CONFIGURE_ARGS += --enable-kernel-include="$(LINUX_DIR)/include" \ --with-max-device="$(IFX_DSL_MAX_DEVICE)" \ --with-lines-per-device="$(IFX_DSL_LINES_PER_DEVICE)" \ |