Files
panda-meb/tests/safety/SConscript
Adeeb Shihadeh e30f7e8fc7 Chrysler: cleanup + prep for Ram HD (#1012)
* Chrysler: cleanup + prep for Ram HD

* prefix with chrysler
2022-08-08 21:16:28 -07:00

12 lines
188 B
Python

env = Environment(
CC='gcc',
CFLAGS=[
'-nostdlib',
'-fno-builtin',
'-std=gnu11',
],
CPPPATH=[".", "../../board"],
)
env.SharedLibrary("libpandasafety.so", ["test.c"])