Skip to main content
summaryrefslogtreecommitdiffstats
blob: 959e9b2292f0b747dd5b1a351d25248ec2eeb40c (plain) (blame)
1
2
3
4
5
6
7
8
LIST=CPU
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG
QRDIR=$(dir $(QCONFIG))
endif
endif
include $(QRDIR)$(QRECURSE)

Back to the top