81e467cdc2
- No complex shell logic. - "Source file shadowing" for all targets via vpath. - Dependency handling. - True incremental build. - Don't write into source directories. - Easy cleanup by just removing 'wrk'.
14 lines
236 B
ArmAsm
14 lines
236 B
ArmAsm
;
|
|
; Address of the static standard joystick driver
|
|
;
|
|
; Oliver Schmidt, 2012-11-01
|
|
;
|
|
; const void joy_static_stddrv[];
|
|
;
|
|
|
|
.export _joy_static_stddrv
|
|
.import _atmos_pase_joy
|
|
|
|
.rodata
|
|
|
|
_joy_static_stddrv := _atmos_pase_joy
|