add initial dmb fw. improve makefile infrastructure.

This commit is contained in:
2013-12-05 13:17:55 +01:00
parent 0f5947ee39
commit 5b02acc863
12 changed files with 482 additions and 10 deletions

5
firmware/fw_dmb/Makefile Normal file
View File

@@ -0,0 +1,5 @@
SOURCES = fw.c device.c
A51_SOURCES = dscr.a51
BASENAME = firmware
include ../lib/fx2.mk