summaryrefslogtreecommitdiffstats
path: root/build
blob: 48389039c42741d41a4a071224c12b2643362476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include ../source.mk

nop:
	@:

build:
	oh-autoconfigure -B build
	oh-autobuild -B build
	if [ 'x$(OPK_BUILD_ARCH)' = 'x$(OPK_HOST_ARCH)' ]; then \
		oh-autobuild -B build -T check; \
	fi
	touch $@