This repository has been archived on 2024-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
stagex/src/kernel/build.mk

19 lines
313 B
Makefile

.PHONY: linux
linux: \
out/linux-generic.tgz
out/linux-generic.tgz: \
out/gcc.tgz \
out/binutils.tgz \
out/make.tgz \
out/musl.tgz \
out/bison.tgz \
out/pkgconf.tgz \
out/libzstd.tgz \
out/openssl.tgz \
out/perl.tgz \
out/zlib.tgz \
out/flex.tgz \
out/libelf.tgz
$(call build,kernel,linux-generic)