scripts: remove explicit --with-paranoia from configure line as it is enabled by...
[AROS.git] / workbench / hidds / radeon / mmakefile.src
blob57e386623385311ab7347568af9c65f77b38d558
1 #   $Id$
3 include $(SRCDIR)/config/aros.cfg
5 USER_INCLUDES := -I.
7 CFLAGS := $(CFLAGS) -D__KERNEL__
9 FILES  := ati_init ati_class ati_bitmap ati_i2c radeon_driver radeon_bios radeon_accel ids bitmap planarbm
11 %build_module mmake=hidd-radeon \
12     modname=radeon modtype=hidd \
13     files="$(FILES)" \
14     uselibs="hiddstubs stdc"