Root/labsw/tool/Makefile

1#
2# tool/Makefile - Build the LABSW control tool
3#
4# Written 2011 by Werner Almesberger
5# Copyright 2011 Werner Almesberger
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12
13
14F32XBASE = ../../../f32xbase
15
16MAIN = labsw
17OBJS += $(F32XBASE)/lib/usb.o
18
19include $(F32XBASE)/lib/Makefile.common
20
21CFLAGS += -I$(F32XBASE)/include -I../fw/include -I../include
22

Archive Download this file

Branches:
master



interactive