graphics.hidd: add i386 arch override with information on most used color conversions
[AROS.git] / arch / i386-all / hidd / graphics / mmakefile.src
blob5141b0fe8383b0fe8e729ca8bc0af347d31159e1
1 # $Id$
2 include $(TOP)/config/make.cfg
4 FILES  := rgbconv_arch
5 AFILES := 
7 USER_CFLAGS := -I$(SRCDIR)/rom/hidds/graphics
9 %build_archspecific \
10   mainmmake=kernel-hidd-graphics maindir=rom/hidds/graphics \
11   asmfiles=$(AFILES) files=$(FILES) \
12   arch=i386
14 %common