Newer
Older
barebox / arch / arm / lib / asm-offsets.c
@Masahiro Yamada Masahiro Yamada on 8 Jan 2015 422 bytes kbuild: move asm-offsets.h rule to ./Kbuild
/*
 * Generate definitions needed by assembly language modules.
 * This code generates raw asm output which is post-processed to extract
 * and format the required data.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include <linux/kbuild.h>

int main(void)
{
	return 0;
}