Files
haiku-beta6/src/add-ons/kernel/drivers/random/Jamfile
T
Axel Dörfler f9959bb699 CFLAGS for the driver were dependent on the x86 architecture.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3199 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-05-11 03:05:46 +00:00

12 lines
267 B
Plaintext

SubDir OBOS_TOP src add-ons kernel drivers random ;
KernelObjects
<$(SOURCE_GRIST)>driver.c
:
-fno-pic -D_KERNEL_MODE -Wno-missing-prototypes
;
# CFLAGS was arch dependent:
-fno-pic -D_KERNEL_MODE -O99 -mpentiumpro -march=pentiumpro -Wno-missing-prototypes