mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-04-28 11:04:01 +00:00
build kernel/modules in the hyperstart-dev:latest container remove build/modules/ directroy and add modules.tar instead Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
9 lines
135 B
Makefile
9 lines
135 B
Makefile
SUBDIRS=src build
|
|
|
|
initrd-local:
|
|
@echo finish make initrd
|
|
cbfs-local:
|
|
@echo finish make cbfs
|
|
kernel-local:
|
|
@echo finish make kernel
|