Linux preempt-rt
Check our new training course
Real-Time Linux with PREEMPT_RT
1 2 3 4 5 6 7 8 9
ifeq (${ARCH},arm) obj-y += arm/ endif ifeq (${ARCH},x86) obj-y += x86/ endif ifeq (${ARCH},arc) obj-y += arc/ endif