summaryrefslogtreecommitdiff
path: root/Makefile.test
blob: d4ae663355296d21a72accda4ed6681475eaa4db (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
TOPDIR:=$(shell pwd)

all :

-include $(TOPDIR)/.config
-include $(TOPDIR)/.depends

all : $(TOPDIR)/.depends $(subdir-y)

include $(TOPDIR)/Rules.make