]> git.pld-linux.org Git - packages/kernel.git/blame - kernel.make
- build perf; install need more work
[packages/kernel.git] / kernel.make
CommitLineData
96f51d6e 1MAKE_OPTS :=
ee4bb82a
AM
2SUB_DIR :=
3OSUB_DIR :=
96f51d6e
ER
4
5include $(TARGETOBJ).mk
6
7all := $(filter-out all Makefile,$(MAKECMDGOALS))
8
2589026f 9all $(all):
ee4bb82a 10 $(MAKE) -C $(KERNELSRC)/$(SUB_DIR) O=$(KERNELOUTPUT)/$(OSUB_DIR) $(MAKE_OPTS) $(all)
2e311721 11
96f51d6e 12# vim:ft=make
This page took 0.151558 seconds and 4 git commands to generate.