mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 07:51:55 +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
|
# tools/Makefile - Build the CNTR control tool
|
||||||
#
|
#
|
||||||
# Written 2010 by Werner Almesberger
|
# Written 2010-2011 by Werner Almesberger
|
||||||
# Copyright 2010 Werner Almesberger
|
# Copyright 2010-2011 Werner Almesberger
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
DIRS=cntr
|
DIRS=cntr
|
||||||
|
|
||||||
include ../../Makefile.recurse
|
include ../../makefiles/Makefile.recurse
|
||||||
|
@ -21,7 +21,7 @@ HOST = ben
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
include ../Makefile.recurse
|
include ../makefiles/Makefile.recurse
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user