summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2012-05-31 01:46:08 +0000
committerChristian Pointner <equinox@mur.at>2012-05-31 01:46:08 +0000
commit412b580e980d67796e8ab624db309087d4df899d (patch)
treede62b2b921372418e018fe1e6416c0ca4638fd55 /software/hhd70dongle/Makefile
parentupdated avr.README (diff)
cleaned up hhd70dongle Makefile
git-svn-id: https://svn.spreadspace.org/mur.sat@499 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/Makefile')
-rw-r--r--software/hhd70dongle/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/software/hhd70dongle/Makefile b/software/hhd70dongle/Makefile
index c4d12be..dc10371 100644
--- a/software/hhd70dongle/Makefile
+++ b/software/hhd70dongle/Makefile
@@ -21,10 +21,9 @@
##
NAME := hhd70dongle
+BOARD_TYPE := hhd70dongle
OBJ := $(NAME).o hhd70.o usb_rawhid.o c1101lib.o util.o
LIBS := led
-BOARD_TYPE := hhd70dongle
RESET_FUNC := ../../tools/atmega324u_usbhid/reset
include ../avr.include.mk
-CFLAGS += -std=gnu99