Skip to content

Commit cbbfc76

Browse files
committed
Fix klibc/asmmacros.h error
1 parent 0ffc200 commit cbbfc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/lunatik/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ define Build/Prepare
113113
endef
114114

115115
define Build/Compile
116-
$(KERNEL_MAKE) M="$(PKG_BUILD_DIR)" EXTRA_CFLAGS="$(EXTRA_CFLAGS)" $(EXTRA_KCONFIG) modules
116+
$(KERNEL_MAKE) M="$(PKG_BUILD_DIR)" EXTRA_CFLAGS="$(EXTRA_CFLAGS)" EXTRA_ASFLAGS="$(EXTRA_CFLAGS)" $(EXTRA_KCONFIG) modules
117117
endef
118118

119119
$(eval $(call KernelPackage,lunatik))

0 commit comments

Comments
 (0)