1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add rule to avoid building the complete linux kernel

This commit is contained in:
Stefan Lankes 2016-08-26 20:27:01 +02:00 committed by GitHub
parent 420fc26c1e
commit 652345d1ad

View file

@ -6,6 +6,10 @@ default: linux/arch/x86/boot/bzImage
make PATH=$(PATH):$(CROSSDIR) -C hermit
make PATH=$(PATH):$(CROSSDIR) -C hermit/tools proxy
travis:
make PATH=$(PATH):$(CROSSDIR) -C hermit
make PATH=$(PATH):$(CROSSDIR) -C hermit/tools proxy
all: default
linux/arch/x86/boot/bzImage: