d08d14025a
Another workaround for https://bugzilla.altlinux.org/show_bug.cgi?id=39663
7 lines
200 B
Makefile
7 lines
200 B
Makefile
# step 4: build the distribution image
|
|
# take care for kernel bits
|
|
|
|
DOT_BASE += $(call kpackages, \
|
|
$(KFLAVOURS), \
|
|
$(sort $(THE_KMODULES) $(BASE_KMODULES) $(BASE_KMODULES_REGEXP)))
|