2010-08-22 12:24:52 +03:00
|
|
|
#
|
|
|
|
# atspi-reset/Makefile - Reset the transceiver or the whole board
|
|
|
|
#
|
|
|
|
# Written 2010 by Werner Almesberger
|
|
|
|
# Copyright 2010 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
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2010-09-05 23:37:35 +03:00
|
|
|
F32XBASE = ../../../f32xbase
|
2010-08-22 12:24:52 +03:00
|
|
|
|
|
|
|
MAIN = atspi-reset
|
|
|
|
|
|
|
|
include $(F32XBASE)/lib/Makefile.common
|
|
|
|
|
2010-09-05 23:37:35 +03:00
|
|
|
CFLAGS += -I../../atrf/fw/include -I../include
|
2010-08-22 12:24:52 +03:00
|
|
|
LDLIBS += -L../lib -latspi
|