📈
Raspberry Pi
  • Overview
  • config.txt
  • Raspberry Pi 4 Bringup
  • Makefile
  • ARMv8
Powered by GitBook
On this page
  • Pattern Rules
  • Automatic Variables

Was this helpful?

Makefile

Pattern Rules

%.o: %.S

Automatic Variables

%@ # Target filename
%< # First prerequisite name
%^ # All rerequisites names
PreviousRaspberry Pi 4 BringupNextARMv8

Last updated 5 years ago

Was this helpful?