mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
labsw/tool/: basic labsw control utility
This commit is contained in:
21
labsw/tool/Makefile
Normal file
21
labsw/tool/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# tool/Makefile - Build the LABSW control tool
|
||||
#
|
||||
# Written 2011 by Werner Almesberger
|
||||
# Copyright 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
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
|
||||
|
||||
F32XBASE = ../../../f32xbase
|
||||
|
||||
MAIN = labsw
|
||||
OBJS += $(F32XBASE)/lib/usb.o
|
||||
|
||||
include $(F32XBASE)/lib/Makefile.common
|
||||
|
||||
CFLAGS += -I$(F32XBASE)/include -I../fw/include -I../include
|
||||
Reference in New Issue
Block a user