Date:2013-10-28 15:17:48 (10 years 5 months ago)
Author:Werner Almesberger
Commit:c5f9cc125907a638304fc6d872e4f6af5e4baf82
Message:atusb/fw/: let include path find board.h instead of using ../board.h

Files: atusb/fw/Makefile (1 diff)
atusb/fw/usb/usb.c (1 diff)

Change Details

atusb/fw/Makefile
3737
3838vpath %.c usb/
3939
40CFLAGS += -Iinclude -Iusb
40CFLAGS += -Iinclude -Iusb -I.
4141
4242# ----- Verbosity control -----------------------------------------------------
4343
atusb/fw/usb/usb.c
2020#include <stdint.h>
2121
2222#include "usb.h"
23#include "../board.h"
23#include "board.h"
2424
2525
2626#ifndef NULL

Archive Download the corresponding diff file



interactive