Archived
1
0
forked from rarias/bscpkgs

WIP: Add package metadata #2

Draft
abonerib wants to merge 481 commits from add-meta into CIstrictDeps
Showing only changes of commit cf1db201b2 - Show all commits

View File

@ -33,7 +33,7 @@
- if [ $$SIGSTATUS3 -eq 0 ]; then \
- ./AMDPPcert.sh 1 $(MODULE_NAME_KO); \
- fi
+ make -C $(KERNEL_DIR) M=$(PWD) $(MAKE_OPTS) EXTRA_CFLAGS="$(EXTRA_CFLAGS)" modules
+ make -C $(KERNEL_DIR) M=$(PWD) $(MAKE_OPTS) CFLAGS_MODULE="$(EXTRA_CFLAGS)" modules
# make clean
clean: