mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 08:48:26 +02:00
Makefile.recurse: moved into makefiles/
- Makefile.recurse: moved into makefiles/ - tools/Makefile, cntr/tools/Makefile: updated path to Makefile.recurse
This commit is contained in:
parent
6caa0d36ab
commit
7cf2b0d352
@ -1,8 +1,8 @@
|
||||
#
|
||||
# tools/Makefile - Build the CNTR control tool
|
||||
#
|
||||
# Written 2010 by Werner Almesberger
|
||||
# Copyright 2010 Werner Almesberger
|
||||
# Written 2010-2011 by Werner Almesberger
|
||||
# Copyright 2010-2011 Werner Almesberger
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -13,4 +13,4 @@
|
||||
|
||||
DIRS=cntr
|
||||
|
||||
include ../../Makefile.recurse
|
||||
include ../../makefiles/Makefile.recurse
|
||||
|
@ -21,7 +21,7 @@ HOST = ben
|
||||
endif
|
||||
|
||||
|
||||
include ../Makefile.recurse
|
||||
include ../makefiles/Makefile.recurse
|
||||
|
||||
.PHONY: upload
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user