We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffc200 commit cbbfc76Copy full SHA for cbbfc76
kernel/lunatik/Makefile
@@ -113,7 +113,7 @@ define Build/Prepare
113
endef
114
115
define Build/Compile
116
- $(KERNEL_MAKE) M="$(PKG_BUILD_DIR)" EXTRA_CFLAGS="$(EXTRA_CFLAGS)" $(EXTRA_KCONFIG) modules
+ $(KERNEL_MAKE) M="$(PKG_BUILD_DIR)" EXTRA_CFLAGS="$(EXTRA_CFLAGS)" EXTRA_ASFLAGS="$(EXTRA_CFLAGS)" $(EXTRA_KCONFIG) modules
117
118
119
$(eval $(call KernelPackage,lunatik))
0 commit comments