repo.or.cz
/
openwrt
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DIRECTFB] Placeholder
[openwrt/mini2440.git]
/
target
/
linux
/
ar7
/
base-files.mk
blob
f21a604b8300a5946e449e827f692c7590fcd8d3
1
define
Build
/
Compile
2
$(
call Build
/
Compile
/
Default
)
3
$(
TARGET_CC
) -
o
$(
PKG_BUILD_DIR
)/
adam2patcher
$(
PLATFORM_DIR
)/
src
/
adam2patcher.c
4
endef
5
6
define
Package
/
base-files
/
install-target
7
mkdir
-
p
$(
1
)/
sbin
8
$(
CP
) $(
PKG_BUILD_DIR
)/
adam2patcher
$(
1
)/
sbin
9
endef
10
11