net: sun: sunhme: use new api ethtool_{get|set}_link_ksettings
[linux-2.6/btrfs-unstable.git] / samples / auxdisplay / Makefile
blob05e471feb6e5f962b4a8f61cf77f48f4bf76b7be
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
4 PROGS := cfag12864b-example
6 all: $(PROGS)
8 clean:
9 rm -fr $(PROGS)