[LinuxBIOS] [PATCH]Fintek F71805f for LinuxBIOSv3

Peter Stuge peter at stuge.se
Mon Oct 29 04:02:43 CET 2007


On Sun, Oct 28, 2007 at 08:49:04PM -0400, Corey Osgood wrote:
> +++ superio/fintek/f71805f/Makefile	(revision 0)
..
> +STAGE0_CHIPSET_OBJ += $(obj)/superio/fintek/f71805f/stage1.o
> +STAGE0_CHIPSET_OBJ += $(obj)/device/pnp_raw.o
> +
> +# Always add to variables, as there could be more than one Super I/O.
> +STAGE2_CHIPSET_OBJ += $(obj)/superio/fintek/f71805f/superio.o

The path seems redundant when it's the very directory the Makefile is
stored in. Can we get rid of the path within the Makefile somehow?

Maybe by setting a variable to the path of each Makefile, before it
is processed. Maybe Kconfig does this already?


//Peter




More information about the coreboot mailing list