blob: be4a39e654a2841dae1e0ede2e243902e8aeb1f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
include $(TOPDIR)/rules.mk
include ../rules.mk
include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk
$(WRKBUILD)/.headers:
touch $@
$(WRKBUILD)/.configured:
touch $@
$(WRKBUILD)/.compiled:
touch $@
$(WRKBUILD)/.installed:
touch $@
include ${TOPDIR}/mk/toolchain.mk
|