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:
parent
420fc26c1e
commit
652345d1ad
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue