summaryrefslogtreecommitdiffstats
path: root/build
blob: 1a99618af68d4cc4bced629d4c8644c07a9f5e65 (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:

install:
	oh-autoinstall -T headers_install -- INSTALL_HDR_PATH="$${PWD}/dest/usr"
	find dest/usr/include \
		\( -name .install -o -name ..install.cmd \
		-o -name .check -o -name ..check.cmd \) \
		-a -exec rm -f '{}' ';'
	mkdir dest/usr/include/$(OPK_HOST_ARCH)
	mv dest/usr/include/asm dest/usr/include/$(OPK_HOST_ARCH)/asm
	oh-installfiles
	oh-fixperms