From ccfa51835e373c74cdda7eaad962a81ba1001fe2 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 7 Apr 2014 22:23:54 +0200 Subject: Add hwstub support for portal player (manufacturer mode) It is very similar to how e200tool from MrH works but uses the framework of hwstub which is makes it completely trivial since we already have the USB driver written. Change-Id: I61cdc245d3f828c2682bcd6ecfed5a1cc0094139 --- utils/hwstub/stub/pp/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 utils/hwstub/stub/pp/Makefile (limited to 'utils/hwstub/stub/pp/Makefile') diff --git a/utils/hwstub/stub/pp/Makefile b/utils/hwstub/stub/pp/Makefile new file mode 100644 index 0000000000..6e79a2b1c8 --- /dev/null +++ b/utils/hwstub/stub/pp/Makefile @@ -0,0 +1,14 @@ +# +# common +# +CC=arm-elf-eabi-gcc +LD=arm-elf-eabi-gcc +AS=arm-elf-eabi-gcc +OC=arm-elf-eabi-objcopy +DEFINES= +INCLUDES=-I$(CURDIR) +GCCOPTS=-mcpu=arm926ej-s +BUILD_DIR=$(CURDIR)/build/ +ROOT_DIR=$(CURDIR)/.. + +include ../hwstub.make -- cgit v1.2.3