projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add optional padding for x86 grub images (useful for running jffs2 images in qemu)
[openwrt.git]
/
package
/
linux-atm
/
Makefile
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
9aae0a0
..
7691c11
100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-51,11
+51,12
@@
define Build/Configure
touch $(PKG_BUILD_DIR)/stamp-h.in
endef
touch $(PKG_BUILD_DIR)/stamp-h.in
endef
+TARGET_CFLAGS := -I$(PKG_BUILD_DIR)/src/include $(TARGET_CFLAGS)
define Build/Compile
define Build/Compile
- $(call Build/Compile/Default, \
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ $(TARGET_CONFIGURE_OPTS) \
DESTDIR="$(PKG_INSTALL_DIR)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
- all install \
- )
+ all install
endef
define Build/InstallDev
endef
define Build/InstallDev
This page took
0.024787 seconds
and
4
git commands to generate.