From 7bb1a84a2b610f73070c8f9c6d51906c8d5f33b0 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 27 Mar 2013 19:56:12 +0100 Subject: digital/dev2/src: move gpio code to common --- digital/dev2/src/usb_gpio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/dev2/src/usb_gpio/Makefile') diff --git a/digital/dev2/src/usb_gpio/Makefile b/digital/dev2/src/usb_gpio/Makefile index 3de3f7f8..c3767d6e 100644 --- a/digital/dev2/src/usb_gpio/Makefile +++ b/digital/dev2/src/usb_gpio/Makefile @@ -1,6 +1,6 @@ BASE = ../../../avr AVR_PROGS = dev2_gpio -dev2_gpio_SOURCES = main.c descriptors.c select.c +dev2_gpio_SOURCES = main.c descriptors.c select.c gpio.c MODULES = usb CONFIGFILE = avrconfig.h AVR_MCU = at90usb162 -- cgit v1.2.3