blob: 6cfc0c810d5368920a6cc59867562bd8fc5c7f89 (
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
|