summaryrefslogtreecommitdiffstats
path: root/build
blob: ec6f626a7c161b34dcc1937586734323dcfb32f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include ../source.mk

nop:
	@:

build:
	cp ../config src/wpa_supplicant/.config
	oh-autobuild -B src/wpa_supplicant/
	touch $@

install: build
	oh-autoinstall -B src/wpa_supplicant/ -- \
		LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \
		BINDIR=/usr/sbin
	oh-fixperms
	oh-strip
	oh-installfiles